Click or drag to resize

CalendarPermission Class

Defines the access that a user has to a Calendar folder.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeCalendarPermission

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class CalendarPermission

The CalendarPermission type exposes the following members.

Constructors
  NameDescription
Public methodCalendarPermission
Initializes a new instance of the CalendarPermission class.
Top
Properties
  NameDescription
Public propertyCanCreateItems
Indicates whether a user has permission to create items in a folder.
Public propertyCanCreateSubFolders
Indicates whether a user has permission to create subfolders in a folder.
Public propertyDeleteItems
Indicates whether a user has permission to delete items in a folder.
Public propertyEditItems
Indicates whether a user has permission to edit items in a folder.
Public propertyIsFolderContact
Indicates whether a user is a contact for a folder.
Public propertyIsFolderOwner
Indicates whether a user is the owner of a folder.
Public propertyIsFolderVisible
Indicates whether a user can view a folder.
Public propertyLevel
Represents the permission level that a user has on a Calendar folder.
Public propertyReadItems
Indicates whether a user has permission to read items within a calendar folder.
Public propertyUserId
Identifies a delegate user or a user who has folder access permissions.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Converts the value of the current CalendarPermission object to its equivalent string representation.
(Overrides ObjectToString.)
Top
See Also